github.com/andybalholm/brotli.hashForgetfulChain.head (field)

8 uses

	github.com/andybalholm/brotli (current package)
		hash_forgetful_chain.go#L48: 	head          []uint16
		hash_forgetful_chain.go#L68: 	h.head = make([]uint16, bucketSize)
		hash_forgetful_chain.go#L87: 			h.head[bucket] = 0xCCCC
		hash_forgetful_chain.go#L97: 		for i := range h.head {
		hash_forgetful_chain.go#L98: 			h.head[i] = 0
		hash_forgetful_chain.go#L121: 	h.banks[bank][idx].next = h.head[key]
		hash_forgetful_chain.go#L123: 	h.head[key] = uint16(idx)
		hash_forgetful_chain.go#L209: 		var slot uint = uint(h.head[key])